home *** CD-ROM | disk | FTP | other *** search
- ; This file was created using MAKEOTHR from the package ICPR20
- ; designed by Wayne Wolf. ICPR20 Copyright 1987
- ; You may modify this file in any way you wish but since the make
- ; files utilize the existing cmd files I discourage it. If you have
- ; comments or useful modifications please contact me, either at
- ; unix: ww@ufcsg.ufl.edu or bbs: PC-EXCHANGE at 404-977-6686.
- ;
- Redial:
- CLEAR
- Tran "ATDT6884366!"
- Wait "CONNECT"
- IF NOT WaitFor
- Message "Cannot connect to local link, exiting..."
- Message "Redialing..."
- Pause 2
- Goto Redial
- ENDIF
- Alarm 2
- Pause 2
- Tran "!D!"
- Wait "="
- Tran "D1!"
- Execute "D.CMD"
- Exit
-